CommonEvent 1618
Name = "会話：タイタニア"

  999([1344])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["I'll punch you!!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["I'll blow you away!!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Ahaha, I'm going to go wild!!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Special move!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Go for it!!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Wind, blow them away!!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Well, it's an angel's city..."])
    ShowText(["Go all out and cause a ruckus!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Come on, show me more of your strength!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Physical language!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Brawling planet!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["The fairy island is a fun place, you know."])
    ShowText(["You want to go there too, don't you?"])
    ShowChoices([["I want to go", "I don't want to go", "I don't care"], 0])
    When([0, "行ってみたい"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["That's right~♪ Come on, come on~♪"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "行きたくない"])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Tch, you've got quite the nose, huh..."])
      Empty([])

    When([2, "どうでもいい"])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Wow, you really seem uninterested from the bottom of your heart..."])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["It feels kind of mysterious, doesn't it?"])
    ShowText(["Could it be that you're friends with the wind...?"])
    ShowChoices([["Good friends", "Not really", "We hate each other"], 0])
    When([0, "仲良し"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["I knew it~♪ There are spirits here, right?"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "そうでもない"])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Is that so...? Have I gotten dull..."])
      Empty([])

    When([2, "憎み合っている"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Amazing! I love that kind of thing~♪"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["What do you think of the Seraph Raphaela?"])
    ShowChoices([["Trustworthy", "Suspicious", "Perverted"], 0])
    When([0, "信用できる"])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["I feel like I can trust her too~."])
      ShowText(["That one is quite the raccoon. Feels like it has something in its belly."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "胡散臭い"])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Well, it does seem a bit suspicious..."])
      Empty([])

    When([2, "エロい"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["It's a perverted human~!!"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["In the end, violence solves everything."])
    ShowText(["You think so too, right~?"])
    ShowChoices([["I don't think so", "I think so", "I'll punch you"], 0])
    When([0, "思わない"])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["You lack life experience, don't you..."])
      Empty([])

    When([1, "思う"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Yeah, yeah, you get it well!"])
      Script(["change_friend(5)"])
      Empty([])

    When([2, "ぶん殴ってやる"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Come at me, you bastard!!"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Can you hear the anger of the stars too...?"])
    ShowChoices([["I can hear", "I can't hear", "I'm angry"], 0])
    When([0, "聞こえる"])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["That's right~! We have to silence them with our fists!"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "聞こえない"])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Is your hearing bad...?"])
      Empty([])

    When([2, "僕が怒っている"])
      ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Then I'll silence you with this fist!!"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 301])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Hey hey, can I have an apple please!"])
      ControlVariables([24, 24, 0, 3, 0, 301, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give an apple? (Quantity: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Thanks a lot~♪"])
        ChangeItems([301, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Cheapskate!!"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 421])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Hey, hey, can I have an éclair?"])
      ControlVariables([24, 24, 0, 3, 0, 421, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give the éclair? (Quantity: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Thanks a lot~♪"])
        ChangeItems([421, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Cheapskate!!"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ConditionalBranch([7, 32880, 0])
      ShowTextAttributes(["cirquec_fc2", 0, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["Hey, hey, can I have some pocket money?"])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 32880G? (Money: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Thanks a lot~♪"])
        ChangeGold([1, 0, 32880])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
        ShowText(["\\n<Titania>"])
        ShowText(["Cheapskate!!"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["cirquec_fc2", 2, 0, 2])
      ShowText(["\\n<Titania>"])
      ShowText(["...What? You're broke!!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Here, take this~♪"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([5, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Elf's Spirit Medicine' from Titania!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Here, take this~♪"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([3499, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Gem of Nature Sensitivity' from Titania!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["cirquec_fc2", 1, 0, 2])
    ShowText(["\\n<Titania>"])
    ShowText(["Here, take this~♪"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 54800])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 54800G from Titania!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
